home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // FormTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: FormTips.pas
- //----------------------------------------------------------------------------
- #ifndef FormTipsHPP
- #define FormTipsHPP
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- namespace Formtips
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TfrmTips;
- class __declspec(pascalimplementation) TfrmTips : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Panel1;
- Stdctrls::TLabel* TipText;
- Stdctrls::TCheckBox* cbShowAtStart;
- Stdctrls::TButton* btnClose;
- Extctrls::TImage* Image1;
- Stdctrls::TLabel* TipHelp;
- Stdctrls::TButton* btnNext;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TButton* btnEdit;
- Stdctrls::TButton* btnHelp;
- void __fastcall OkClick(System::TObject* p0);
- void __fastcall btnNextClick(System::TObject* p0);
- void __fastcall FormActivate(System::TObject* p0);
- void __fastcall FormCreate(System::TObject* p0);
- void __fastcall FormDestroy(System::TObject* p0);
- void __fastcall btnEditClick(System::TObject* p0);
- void __fastcall btnHelpClick(System::TObject* p0);
- void __fastcall btnCloseClick(System::TObject* p0);
-
- public:
- int Index;
- Classes::TStringList* Tips;
- public:
- /* TForm.Create */ __fastcall virtual TfrmTips(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
-
- /* TForm.CreateNew */ __fastcall TfrmTips(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
- , Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TfrmTips(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TfrmTips(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TfrmTips* frmTips;
-
- } /* namespace Formtips */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Formtips;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FormTips
-